home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / [DOS Application] Microsoft - LAN Manager 2.2c - Installation Disks.zip / BASIC / LANMAN.IN$ / LANMAN.bin
Text File  |  1994-09-02  |  979b  |  57 lines

  1. ; LM 2.1a
  2. ;*****************************************************************;
  3. ;**             Microsoft LAN Manager            **; 
  4. ;**        Copyright(c) Microsoft Corp., 1993       **;
  5. ;*****************************************************************; 
  6. help use
  7. use help
  8.     command.com /c type $Puse.hlp
  9.  
  10. version
  11.     command.com /c echo Microsoft LAN Manager 2.2a.0
  12.  
  13. help start
  14. start help  
  15.     command.com /c type $Pstart.hlp
  16.  
  17. print help
  18. help print
  19.     command.com /c type $Pprint.hlp
  20.  
  21. name help
  22. help name
  23.     command.com /c type $Pname.hlp
  24.  
  25. help continue
  26. continue help
  27.     command.com /c type $Pconti.hlp
  28.  
  29. help pause
  30. pause help
  31.     command.com /c type $Ppause.hlp
  32.  
  33. help netware
  34. netware help
  35.     command.com /c type $Pnetware.hlp
  36.  
  37. help   
  38.     command.com /c type $Pnet.hlp
  39.  
  40. use $*   
  41.     use $* /*
  42.  
  43. print $*  
  44.     printq $*
  45.  
  46. name $*
  47.     setname $*
  48.  
  49. start workstation $1
  50. start redirector $1
  51. start wksta $1
  52. start rdr $1  
  53.     chknet
  54.     minses
  55.     redir /L:9 /S:9
  56.     setname $1
  57.